/*报名*/

.mask, .mask-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .65);
    z-index: 998;
    display: none;
}
.qrcode,.qrcode-1 {
    height: 469px;
    width: 500px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
}
.qrcode-1{
    height: 430px;
}
.del-mask {
    position: absolute;
    right: -44px;
    top: -46px;
    cursor: pointer;
}
.qrcode-img {
    margin: 0 auto;
    margin-top: 40px;
    width: 213px;
    text-align: center;
    margin-bottom: 36px;
}
.qrcode-img img {
    width: 213px;
    height: 213px;
    /* border: 1px solid pink; */
}
.qrcode-title {
    text-align: center;
    color: 22px;
    font-weight: bold;
    line-height: 28px;
}
.qrcode-desc {
    font-size:16px;
    line-height: 30px;
    padding: 9px 50px;
    text-align: center;
}